object RegForm: TRegForm Left = 334 Top = 250 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Enter Registration code' ClientHeight = 206 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 24 Top = 32 Width = 109 Height = 16 Caption = 'Registration code:' end object Bevel1: TBevel Left = 16 Top = 64 Width = 281 Height = 97 end object Label2: TLabel Left = 40 Top = 80 Width = 215 Height = 16 Caption = 'Note: if you only have the temporary ' end object Label3: TLabel Left = 40 Top = 96 Width = 219 Height = 16 Caption = 'registration code, it will need to be re-' end object Label4: TLabel Left = 40 Top = 112 Width = 204 Height = 16 Caption = 'entered each time time you run this' end object Label5: TLabel Left = 40 Top = 128 Width = 54 Height = 16 Caption = 'program.' end object Edit1: TEdit Left = 144 Top = 28 Width = 145 Height = 24 TabOrder = 0 Text = 'Edit1' end object Okbutton: TButton Left = 119 Top = 168 Width = 75 Height = 33 Caption = 'Ok' Default = True TabOrder = 1 OnClick = OkbuttonClick end end